Skip to content

chore(deps): update all non-major dependencies#87

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Feb 28, 2026
Merged

chore(deps): update all non-major dependencies#87
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@curev/eslint-config ^0.6.0^0.6.1 age confidence
@types/node (source) ^20.19.23^20.19.35 age confidence
@unocss/eslint-plugin (source) ^66.5.4^66.6.2 age confidence
@unocss/preset-icons (source) ^66.5.4^66.6.2 age confidence
axios (source) ^1.12.2^1.13.6 age confidence
bumpp ^10.3.1^10.4.1 age confidence
eslint (source) ^9.38.0^9.39.3 age confidence
hoci ^0.8.1^0.9.0 age confidence
less (source) ^4.4.2^4.5.1 age confidence
lint-staged ^16.2.6^16.2.7 age confidence
pinia (source) ^3.0.3^3.0.4 age confidence
pnpm (source) 10.19.010.30.3 age confidence
prettier (source) ^3.6.2^3.8.1 age confidence
rimraf ^6.0.1^6.1.3 age confidence
sass ^1.93.2^1.97.3 age confidence
taze ^19.8.1^19.9.2 age confidence
tslx ^0.1.1^0.3.0 age confidence
unocss (source) ^66.5.4^66.6.2 age confidence
vite-plugin-pwa ^1.1.0^1.2.0 age confidence
vue (source) ^3.5.22^3.5.29 age confidence
vue-router (source) ^4.6.3^4.6.4 age confidence
workbox-core (source) ^7.3.0^7.4.0 age confidence
workbox-expiration (source) ^7.3.0^7.4.0 age confidence
workbox-precaching (source) ^7.3.0^7.4.0 age confidence
workbox-routing (source) ^7.3.0^7.4.0 age confidence
workbox-strategies (source) ^7.3.0^7.4.0 age confidence
workbox-window (source) ^7.3.0^7.4.0 age confidence

Release Notes

curev/eslint-config (@​curev/eslint-config)

v0.6.1

Compare Source

Note: Version bump only for package @​antfu/eslint-config-monorepo

unocss/unocss (@​unocss/eslint-plugin)

v66.6.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.6.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.5.12

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.5.11

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.5.10

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.5.9

Compare Source

No significant changes

    View changes on GitHub

v66.5.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
  • preset-mini: Deprecate regex for search css variables  -  by @​zyyv (4f023)
    View changes on GitHub

v66.5.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v66.5.5

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
axios/axios (axios)

v1.13.6

Compare Source

This release focuses on platform compatibility, error handling improvements, and code quality maintenance.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.

🚀 New Features

  • React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to @​moh3n9595 for the initial implementation. (#​5764)
  • Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#​7385)

🐛 Bug Fixes

  • Environment Compatibility:

    • Fixed module exports for React Native and Browserify environments. (#​7386)
    • Added safe FormData detection for the WeChat Mini Program environment. (#​7324)
  • Error Handling:

    • AxiosError.message is now correctly enumerable. (#​7392)
    • AxiosError.from now correctly copies the status property from the source error, ensuring better error propagation. (#​7403)

🔧 Maintenance & Chores

🌟 New Contributors

We are thrilled to welcome our new contributors! Thank you for helping improve the project:

Full Changelog: v1.13.5...v1.13.6

v1.13.5

Compare Source

Release 1.13.5

Highlights
  • Security: Fixed a potential Denial of Service issue involving the __proto__ key in mergeConfig. (PR #​7369)
  • Bug fix: Resolved an issue where AxiosError could be missing the status field on and after v1.13.3. (PR #​7368)
Changes
Security
  • Fix Denial of Service via __proto__ key in mergeConfig. (PR #​7369)
Fixes
  • Fix/5657. (PR #​7313)
  • Ensure status is present in AxiosError on and after v1.13.3. (PR #​7368)
Features / Improvements
  • Add input validation to isAbsoluteURL. (PR #​7326)
  • Refactor: bump minor package versions. (PR #​7356)
Documentation
  • Clarify object-check comment. (PR #​7323)
  • Fix deprecated Buffer constructor usage and README formatting. (PR #​7371)
CI / Maintenance
  • Chore: fix issues with YAML. (PR #​7355)
  • CI: update workflow YAMLs. (PR #​7372)
  • CI: fix run condition. (PR #​7373)
  • Dev deps: bump karma-sourcemap-loader from 0.3.8 to 0.4.0. (PR #​7360)
  • Chore(release): prepare release 1.13.5. (PR #​7379)
New Contributors

Full Changelog: axios/axios@v1.13.4...v1.13.5

v1.13.4

Compare Source

Overview

The release addresses issues discovered in v1.13.3 and includes significant CI/CD improvements.

Full Changelog: v1.13.3...v1.13.4

What's New in v1.13.4

Bug Fixes
  • fix: issues with version 1.13.3 (#​7352) (ee90dfc)
    • Fixed issues discovered in v1.13.3 release
    • Cleaned up interceptor test files
    • Improved workflow configurations
Infrastructure & CI/CD
  • refactor: ci and build (#​7340) (8ff6c19)

    • Major refactoring of CI/CD workflows
    • Consolidated workflow files for better maintainability
    • Added mise configuration for the development environment
    • Improved sponsor block update automation
    • Enhanced issue and PR templates
    • Added automatic release notes generation
    • Implemented workflow cancellation for concurrent runs
  • chore: codegen and some updates to workflows (76cf77b)

    • Code generation improvements
    • Workflow optimisations

Migration Notes

Breaking Changes

None in this release.

Deprecations

None in this release.

Contributors

Thank you to all contributors who made this release possible! Special thanks to:

v1.13.3

Compare Source

Bug Fixes
  • http2: Use port 443 for HTTPS connections by default. (#​7256) (d7e6065)
  • interceptor: handle the error in the same interceptor (#​6269) (5945e40)
  • main field in package.json should correspond to cjs artifacts (#​5756) (7373fbf)
  • package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#​5754) (b89217e)
  • silentJSONParsing=false should throw on invalid JSON (#​7253) (#​7257) (7d19335)
  • turn AxiosError into a native error (#​5394) (#​5558) (1c6a86d)
  • types: add handlers to AxiosInterceptorManager interface (#​5551) (8d1271b)
  • types: restore AxiosError.cause type from unknown to Error (#​7327) (d8233d9)
  • unclear error message is thrown when specifying an empty proxy authorization (#​6314) (6ef867e)
Features
Reverts
Contributors to this release

v1.13.2

Compare Source

Bug Fixes
  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#​7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#​7196) (0588880)
Performance Improvements
Contributors to this release

v1.13.1

Compare Source

Bug Fixes
  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#​7193) (bcd5581)
Contributors to this release

v1.13.0

Compare Source

Bug Fixes
Features
Contributors to this release

1.12.2 (2025-09-14)

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes
Contributors to this release
antfu-collective/bumpp (bumpp)

v10.4.1

Compare Source

   🚀 Features
    View changes on GitHub

v10.4.0

Compare Source

No significant changes

    View changes on GitHub

v10.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1604efa to 5a50187 Compare January 22, 2026 01:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 3778115 to fb46313 Compare January 29, 2026 08:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 52ffd93 to 38a214a Compare February 9, 2026 10:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7857721 to 06cff7f Compare February 17, 2026 15:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from d9029a5 to fa0a6ca Compare February 25, 2026 12:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 22917df to d248d1f Compare February 26, 2026 21:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d248d1f to d4babbf Compare February 27, 2026 18:31
@renovate renovate bot merged commit 71cf8ee into main Feb 28, 2026
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 28, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants